From 4a1fe2ff023c49cc5e3cbcf255647223a9ab5fca Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Thu, 20 Mar 2003 08:34:26 +0000 Subject: [PATCH] bitkeeper revision 1.149 (3e797d12w2a9Jkg9CeHbUBtMWxrA5Q) Fixed syntax error in schedule.c. Quality software ;-) --- xen/common/schedule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/common/schedule.c b/xen/common/schedule.c index 51fd45b428..59639e4e8c 100644 --- a/xen/common/schedule.c +++ b/xen/common/schedule.c @@ -212,7 +212,7 @@ long sched_adjdom(int dom, unsigned long mcu_adv, unsigned long warp, ****************************************************************************/ void reschedule(struct task_struct *p) { - int cpu = p->processor;; + int cpu = p->processor; struct task_struct *curr; unsigned long flags; s_time_t now, min_time; -- 2.30.2